/** * This is auto-generated file, don't modify this file manually */ /** * Request status */ export declare type AccountNameRequestStatus = 'success' | 'processing' | 'declined' | 'was_accepted' | 'was_declined' | 'declined_with_link' | 'response' | 'response_with_link';