export declare class CreateUtil {
    static checkInputs(flagValue: string): string;
    static getCommandTemplatesForFiletype(filetype: RegExp, command: string): string[];
}
