export declare function unregister(_name: string): Promise; export declare function unregisterGroup(_group: string): Promise; export declare function register(_name: string, _code: string, _isDeterministic?: boolean): Promise; export declare function toArray(): Promise; //# sourceMappingURL=functions.d.ts.map