type ApnsErrorConstructor = new (apnsId: string) => Error; export declare function getApnsErrorByReasonString(reason: string): ApnsErrorConstructor; export {};