interface ProfileOptions { iterations: number; } export declare function profileHooks(hookName?: string, options?: ProfileOptions): Promise; export {}; //# sourceMappingURL=profile.d.ts.map