export { FileArgs, FileState } from "./file";
export type File = import("./file").File;
export declare const File: typeof import("./file").File;
export { GetDatastoresArgs, GetDatastoresResult, GetDatastoresOutputArgs } from "./getDatastores";
export declare const getDatastores: typeof import("./getDatastores").getDatastores;
export declare const getDatastoresOutput: typeof import("./getDatastores").getDatastoresOutput;
