export declare class CreateUserDTO { code: string; password: string; street: string; number?: string; complement?: string; district: string; city: string; state: string; postal_code: string; } //# sourceMappingURL=create-user.dto.d.ts.map