/** Credentials to interact with the api on behalf of the sub-account */
export interface SubAccountConsumerKey {
    /** The consumer key */
    consumerKey: string;
}
//# sourceMappingURL=SubAccountConsumerKey.d.ts.map