import type { Store } from '../../types'; export default function isStore(v: any): v is Store; export declare function isWritable(v: any): v is Store; export declare function isReadable(v: any): v is Store;