import { ISourceOptions } from '../interfaces/source-options.interface';
export declare function sourceToString(options: ISourceOptions): string;
