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