export declare function getUserProp(prop: string): Promise; export declare function setUserProp(prop: string, value: string): Promise; export declare function getPrincipal(): Promise; type ImportIdentityOptions = { encrypt: boolean; }; export declare function importPem(data: string, options?: ImportIdentityOptions): Promise; export {};