/**
 * The configuration accepted by the "defineFileConfig" helper
 */
export type InputFileConfig = {
    path?: string;
    isDisabled(): boolean;
};
//# sourceMappingURL=config-file.d.ts.map