import { FileResponse } from '@salesforce/source-deploy-retrieve'; import { FixConfig, aggregatedFixResults } from './types.js'; export declare const isOutputEnabled: boolean; export declare function setDebug(dbgString: string): void; export declare function getProjectPath(): Promise; export declare function profileElementInjection(profiles: string[], customObjectsFilter?: string[]): Promise; export declare function logFixes(updatedfiles: aggregatedFixResults): Promise; export declare function getFixes(tags: string[], onlyActive: boolean): Promise; export declare function applyFixes(fixes: FixConfig, filter?: string[]): Promise; export declare function updateProfiles(profiles: FileResponse[], customObjects: FileResponse[], forceSourcePull: boolean): Promise;