/** Wraps a string in a CALL statement */ export declare function wrapInCall(statement: string, withVarName: string, returnStatement?: string): string; //# sourceMappingURL=wrap-in-call.d.ts.map