export declare function createProjectConfig(configType: string): Promise<void>;
/**
 * Ensures that the .gsloth directory exists in the project root.
 * Creates it if it does not exist.
 */
export declare function ensureGslothDir(): void;
export declare function writeProjectReviewPreamble(): void;
