export { buildTs }; export { sourceMaps }; declare const sourceMaps: Record; declare function buildTs(entry: string, outfile: string): Promise<() => void>;