import type { IImporterShortSelection } from '@rocket.chat/core-typings'; export type StartImportParamsPOST = { input: IImporterShortSelection; }; export declare const isStartImportParamsPOST: import("ajv").ValidateFunction; //# sourceMappingURL=StartImportParamsPOST.d.ts.map