import { Source, SourceOptions, RecordTypeDeclaration } from '../source'; export declare function createSourceFromFile(filePath: string, options?: SourceOptions): Source; export declare function createSourceFromRecord(record: Record, options?: SourceOptions): Source; export declare function createSourceFromRaw(code: string, options?: SourceOptions): Source; export * from './types'; //# sourceMappingURL=index.d.ts.map