/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { ILogger } from '../types/PlayerServices.types.js'; import type { FlowMetadataResponse } from './PowerAutomateRpService.types.js'; export declare function getFlowMetadataAsync(flowId: string, logger?: ILogger): Promise; export declare function getFlowSwaggerAsync(flowId: string, logger?: ILogger): Promise; //# sourceMappingURL=PowerAutomateRpService.d.ts.map