import { Procedure } from "../../internal"; import { ProcedureAuthorization } from "../../types/internal"; /** * @hidden */ export declare type Params = { ticker: string; }; /** * @hidden */ export declare function prepareRemovePrimaryIssuanceAgent(this: Procedure, args: Params): Promise; /** * @hidden */ export declare function getAuthorization(this: Procedure, { ticker }: Params): ProcedureAuthorization; /** * @hidden */ export declare const removePrimaryIssuanceAgent: () => Procedure; //# sourceMappingURL=removePrimaryIssuanceAgent.d.ts.map