export default class Checker {
    static check(bizCfg: any): Promise<string>;
    private static signature;
}
