import * as $dara from '@darabonba/typescript'; export declare class CreatePrefixListResponseBody extends $dara.Model { /** * @remarks * The ID of the prefix list. * * @example * pl-x1j1k5ykzqlixdcy**** */ prefixListId?: string; /** * @remarks * The request ID. * * @example * 38793DB8-A4B2-4AEC-BFD3-111234E9188D */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }