export declare const empty: () => Promise<{
    success: false;
    error: "This transport can not be used in this environment";
    message: string | undefined;
}>;
export declare const emptySync: () => {
    success: false;
    error: "This transport can not be used in this environment";
    message: string | undefined;
};
//# sourceMappingURL=resultEmpty.d.ts.map