export declare const STORE_AUTH_APP_CLIENT_ID = "7e9cb568cfd431c538f36d1ad3f2b4f6"; export declare const DEFAULT_STORE_AUTH_PORT = 13387; export declare const STORE_AUTH_CALLBACK_PATH = "/auth/callback"; export declare function storeAuthRedirectUri(port: number): string; export declare function storeAuthSessionKey(store: string): string; export declare function maskToken(token: string): string;