export declare const getConditionalComment: (comment: string) => { startTag: string; body: string; endTag: string; } | undefined;