export declare const $convention: (rename: (str: string) => string) => (input: any) => any;
