/**
 * Get the actions for a resource type in a service.
 *
 * @param service the service to get actions for
 * @param resourceType the resource type to get the actions for
 * @returns the actions that can be performed on the resource type
 */
export declare function actionsForResourceType(service: string, resourceType: string): Promise<string[]>;
//# sourceMappingURL=actions.d.ts.map