export declare type Position = {
    start: number;
    end: number;
};
export declare function trimNewLine(str: string): string;
export declare function trimBlocksFromSchema(str: string, blocks?: string[]): string;
