/**
 * @description
 * Use this helper to generate a structured key from the provided arguments.
 */
export declare const createUiKey: (...args: Array<unknown>) => string;
