export interface ExportSolutionRequest {
    SolutionName: string;
    Managed: boolean;
    getMetadata: () => {
        boundParameter: null | string;
        parameterTypes: {
            SolutionName: {
                typeName: string;
                structuralProperty: number;
            };
            Managed: {
                typeName: string;
                structuralProperty: number;
            };
        };
        operationType: number;
        operationName: string;
    };
}
//# sourceMappingURL=solution.d.ts.map