import { ApiV3 } from '../lib/ApiV3'; import { CreateIdentifierResponse, IdentifierDefinition } from '../Types'; /** * Create a customer identifier * @param apiV3 the v3 API instance to use * @param identifier the identifier to create * @throws {ApiIdentifierExistsError} if the identifier already exists * @throws {HttpError} if it receives any other non-2XX result */ export declare function createIdentifier(apiV3: ApiV3.API, identifier: IdentifierDefinition): Promise>; //# sourceMappingURL=identifiers.d.ts.map