export declare function removeCommonFirstLines(reference: string, content: string): string;
