interface CreateGrowthSsoTrialInput {
    strapiVersion: string | undefined;
}
interface CreateGrowthSsoTrialResponse {
    license: string;
}
declare const _default: ({ strapiVersion, }: CreateGrowthSsoTrialInput) => Promise<CreateGrowthSsoTrialResponse | undefined>;
export default _default;
//# sourceMappingURL=action.d.ts.map