interface IPrettierConfigScripts {
    format: IPrettierScript;
    formatFix: IPrettierScript;
}
interface IPrettierScript {
    command: string;
    name: string;
}
export declare const PRETTIER_CONFIG_SCRIPTS: IPrettierConfigScripts;
export {};
//# sourceMappingURL=scripts.constant.d.ts.map