import { FnGetAnswer } from "@servant/servant-generators";
import { ServantUnifyProperty } from "./types";
export declare function getValueOrDefault<T>(getAnswer: FnGetAnswer, property: ServantUnifyProperty, def: T): T;
export declare function getUnifyId(module: string): string;