import type { ICap, PactValue } from '@kadena/types'; /** * Helper function for creating a pact capability object. * Output can be used with the `mkSignerCList` function. * @param name - Qualified name of the capability. * @param args - Array of PactValue arguments the capability expects (default: empty array). * @alpha */ export declare function mkCap(name: string, args?: Array): ICap; //# sourceMappingURL=mkCap.d.ts.map