declare const PROCESS_ENVS: readonly ["development", "production", "test"];
type ProcessEnv = (typeof PROCESS_ENVS)[number];
export declare let processEnv: ProcessEnv;
export declare const handleSlotContent: (hostRef: HTMLElement, slotRef: HTMLElement, slotName: string) => void;
export declare const showExpertSlot: (label: unknown) => label is "";
export declare const buildBadgeTextString: (accessKey?: string, shortKey?: string) => string;
export {};
