import { SolcOutput } from './input-output';
export interface SourceLocation {
    start: number;
    length: number;
    source: string;
}
export declare type SrcDecoder = (src: string) => SourceLocation;
export declare function srcDecoder(output: SolcOutput): SrcDecoder;
//# sourceMappingURL=src-decoder.d.ts.map