export declare const ERRORS: {
    INVALID_ACTION: string;
    NO_TOKEN_PROVIDED: string;
    PAYPAL_OVERLAY_CLOSED: string;
    SUBMIT_NOT_SUPPORTED: string;
    WRONG_INSTANCE: string;
};
