/** * Sample config data for `qfg init --samples`. * * Each entry maps a relative path (e.g. "configs/example.greeting.json") * to the JSON object that should be written there. */ export interface SampleFile { content: object; path: string; } export declare const SAMPLE_FILES: SampleFile[];