export declare const encodeFirebaseKey: (key: any) => string; export declare const decodeFirebaseKey: (encodedKey: any) => string;