import * as ts from "typescript"; export declare const toLoadTransformerItShouldBeTranspiled: (transform: string) => ts.Diagnostic; export declare const couldNotResolveTransformerFrom: (transform: string, base: string) => ts.Diagnostic; export declare const transformerShouldHaveAExport: (transform: string, importName: string) => ts.Diagnostic; export declare const transformerShouldBeATsTransformerFactory: (transform: string) => ts.Diagnostic; export declare const couldNotFindBundleEntryPoint: (entryPoint: string) => ts.Diagnostic;