interface Args { collection: string; filename: string; identityID: string; } export declare const createKey: ({ collection, filename, identityID }: Args) => string; export {}; //# sourceMappingURL=createKey.d.ts.map