export declare function generateAllBinaryStrings(n: number, i: number, resultArr: string[], arr: number[]): void;
export declare const SC_VARIANT_PREFIX = "_scvariant";
export declare function normalizePersonalizedRewrite(pathname: string): string;
export declare function getScPersonalizedRewrite(pathname: string, variantId: string): string;
export declare function getScPersonalizedVariantIds(parsedRule: any): string[] | null;
