export interface InsertWhenParams { breakBefore?: boolean; breakAfter?: boolean; } export declare function insertWhen(condition: unknown, str: string | string[], params?: InsertWhenParams): string;