import type { ProjectVariablesImplementation } from '../../../../domain.objects'; export declare const replaceProjectVariablesInDeclaredFileContents: ({ projectVariables, fileContents, }: { projectVariables: ProjectVariablesImplementation; fileContents: string; }) => string;