export declare class PublishableApiKeySalesChannel {
    sales_channel_id: string;
    publishable_key_id: string;
}
/**
 * @schema PublishableApiKeySalesChannel
 * title: "Publishable API key sales channel"
 * description: "Holds mapping between Publishable API keys and Sales Channels"
 * type: object
 * properties:
 *   sales_channel_id:
 *     type: string
 *     description: The sales channel's ID
 *     example: sc_01G1G5V21KADXNGH29BJMAJ4B4
 *   publishable_key_id:
 *     type: string
 *     description: The publishable API key's ID
 *     example: pak_01G1G5V21KADXNGH29BJMAJ4B4
 */
