export declare const prefix = "rkk";
export declare const withPrefix: (string: string | string[], separator?: string) => string;
