import type { Mixedbread } from "@mixedbread/sdk"; import type { Store, StoreFile } from "@mixedbread/sdk/resources/stores"; export declare function resolveStore(client: Mixedbread, nameOrId: string, interactive?: boolean): Promise; export declare function parsePublicFlag(value?: boolean | string): boolean | undefined; export declare function buildStoreConfig(contextualization?: boolean | string): { contextualization: boolean | { with_metadata: string[]; }; } | undefined; export declare function checkExistingFiles(client: Mixedbread, storeIdentifier: string, localPaths: string[]): Promise>; export declare function getStoreFiles(client: Mixedbread, storeIdentifier: string): Promise; //# sourceMappingURL=store.d.ts.map