import type { AnyToVoidFnSignature } from '../misc/functions';
/** Defer method execution to the next task with dom ready state precondition */
export declare function ready<T extends AnyToVoidFnSignature>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>): void;
