export declare const resetAuditEvents: () => void; export declare const recordAuditEvent: (type: string, data?: Record) => void; export declare const getAuditEventTypes: () => string[]; export declare const getLastConstructorOptions: () => any; export declare const resetLastConstructorOptions: () => void; //# sourceMappingURL=setup.d.ts.map