export declare const mapCoreToInt: (obj: Record<string, string | undefined>) => Record<string, string>;
export declare const mapButtonCoreToInt: (obj: Record<string, string | undefined>) => Record<string, string>;
