export declare function stripComments(value: string, { whitespace, trailingCommas }?: {
    whitespace?: boolean | undefined;
    trailingCommas?: boolean | undefined;
}): string;
