import { RAFirebaseOptions } from 'index'; import { IFirebaseWrapper, ResourceManager } from 'providers/database'; export declare function AddCreatedByFields(obj: any, fireWrapper: IFirebaseWrapper, rm: Pick, options: Pick): Promise; export declare function AddUpdatedByFields(obj: any, fireWrapper: IFirebaseWrapper, rm: Pick, options: Pick): Promise; export declare function GetSelectorsUpdateAt(options: Pick): string; export declare function GetSelectorsUpdateBy(options: Pick): string; export declare function GetSelectorsCreateAt(options: Pick): string; export declare function GetSelectorsCreateBy(options: Pick): string;