export declare const mochaAsync: (fn: any) => (done: any) => void; export declare const sleep: (ms: any) => Promise; export declare const errorHelper: (fn: Function) => Promise; /** * passkey for unit tests. if the environment variable is not set it is using the default passkey. * * @export * @returns {string} */ export declare function getPasskeyForUnitTest(): string;