export declare const storeInitialPath: () => void; export declare const storeCurrentPath: () => void; export declare const storeRedirectPath: (pathname?: string, search?: string) => void; export declare const storePath: (pathname: any) => void; export declare const getStoredPath: () => string; export declare const clearStoredPath: () => void; //# sourceMappingURL=LocalRedirectUrlStorage.d.ts.map