export declare function getSubstitutions(contents: string, spans: ReadonlyArray<{
    start: number;
    end: number;
}>): string;
