import { ICreateFsProps } from "../../../framework/create-fs.types";
export declare function validateCreateFsProps(props: Required<ICreateFsProps>): boolean;
