export function setCustomPropTypes({ vuelessSrcDir, basePath }?: {
    vuelessSrcDir: string;
    basePath: string;
}): Promise<void>;
export function removeCustomPropTypes(srcDir: string): Promise<void>;
