import type { CompilerOptions, IssueType } from "#typescript"; export declare function fixIssue(path: string, commandLineOptions?: CompilerOptions, issueType?: IssueType, writeLn?: (msg: any) => void): Promise>; export declare function fixIssueSync(path: string, commandLineOptions?: CompilerOptions, issueType?: IssueType, writeLn?: (msg: any) => void): Record; export default function fixIssueCli(path: string, issueType?: IssueType, writeLn?: (msg: any) => void): Promise; //# sourceMappingURL=main.d.ts.map