import { ClassType } from "./graphq-compose-typescript"; import { StringKey } from "./utils"; export declare function setSourceParameter(constructor: ClassType, key: StringKey, index: number, provideProperty: string): void;