export interface ProvisionedConcurrencyConfiguration {
    ProvisionedConcurrentExecutions: number;
}
export declare type AuthType = 'AWS_IAM' | 'NONE';
