export declare function readDataFile<T>(...pathParts: string[]): Promise<T>;
/**
 * Read the action data for a service
 *
 * @param serviceKey the service key to read the action data for
 * @returns the action data for the service
 */
export declare function readActionData<T>(serviceKey: string): Promise<T>;
/**
 * Read the condition key data for a service
 *
 * @param serviceKey the service key to read the condition key data for
 * @returns the condition key data
 */
export declare function readConditionKeys<T>(serviceKey: string): Promise<T>;
/**
 * Read the resource type data for a service
 *
 * @param serviceKey the service key to read the resource type data for
 * @returns the resource type data
 */
export declare function readResourceTypes<T>(serviceKey: string): Promise<T>;
//# sourceMappingURL=data.d.ts.map