export declare class AsyncServiceFunctionReferenceError {
    readonly wait: () => Promise<void>;
    readonly stack: Error;
    constructor(wait: () => Promise<void>);
}
