export declare const withDogExt: ({ timeout }: { timeout: number; }) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;