/** * Returns a display name used for the accessory creation. * @private */ export declare function DisplayName(): string; export declare const debounce: any>(func: F, waitFor: number) => (...args: Parameters) => Promise>; //# sourceMappingURL=utils.d.ts.map