export declare const lastStripeObject: <Obj extends {
    created: number;
}>(array: Obj[]) => Obj;
