export declare const identityFulfilled: (value: T) => T; export declare const identityRejected: (err: any) => Promise;