import type { GetStoreConfig } from '@tanstack/router-core';
import type { Readable } from '@tanstack/vue-store';
declare module '@tanstack/router-core' {
    interface RouterReadableStore<TValue> extends Readable<TValue> {
    }
}
export declare const getStoreFactory: GetStoreConfig;
