import * as Core from 'cloudflare/core';
import { APIResource } from 'cloudflare/resource';
import * as ProfilesAPI from 'cloudflare/resources/billing/profiles';
export declare class Profiles extends APIResource {
    /**
     * Gets the current billing profile for the account.
     */
    get(accountIdentifier: unknown, options?: Core.RequestOptions): Core.APIPromise<ProfileGetResponse>;
}
export type ProfileGetResponse = unknown | string | null;
export declare namespace Profiles {
    export import ProfileGetResponse = ProfilesAPI.ProfileGetResponse;
}
//# sourceMappingURL=profiles.d.ts.map