import { HookConfig, HookType, IsmConfig, IsmType } from '@hyperlane-xyz/sdk';
export declare function callWithConfigCreationLogs<T extends IsmConfig | HookConfig>(fn: (...args: any[]) => Promise<T>, type: IsmType | HookType): (...args: any[]) => Promise<T>;
//# sourceMappingURL=utils.d.ts.map