interface FilePickerState { isOpen: boolean; open: () => void; close: () => void; toggle: () => void; } export declare const useFilePickerStore: import("zustand").UseBoundStore>; export {}; //# sourceMappingURL=filePickerStore.d.ts.map