export type PushResult = {
    success: boolean;
    error?: string;
};
//# sourceMappingURL=PushResult.d.ts.map