export declare class GCPubSubTimeoutController {
    sucess(): Promise<boolean>;
    fail(): Promise<boolean>;
    private wait;
}
