import type { AssemblyInstructionsInput, StepsInput } from './alphalib/types/template.ts'; import type { ResponseTemplateContent, TemplateContent } from './apiTypes.ts'; export interface BuildLintInputResult { lintContent: string; wasStepsOnly: boolean; indent: string; } export declare const unwrapStepsOnly: (content: string, indent: string) => string; export declare const buildLintInput: (assemblyInstructions?: AssemblyInstructionsInput | StepsInput | string, template?: TemplateContent | ResponseTemplateContent) => BuildLintInputResult; //# sourceMappingURL=lintAssemblyInput.d.ts.map