/// <reference types="lodash" />
export declare const globalKey = "c7n-";
export declare const getClassNamePrefix: () => string;
export declare const defaultClassPrefix: (name: any) => string;
export declare const prefix: import("lodash").CurriedFunction2<string, string | string[], string>;
