import { Client } from "discord.js";
/**
 * Resolve a channel input (name or ID) to a channel ID
 */
export declare function resolveChannel(channelInput: string, client: Client): Promise<string>;
/**
 * Resolve a role input (name or ID) to a role ID
 */
export declare function resolveRole(roleInput: string, client: Client): Promise<string>;
//# sourceMappingURL=channel-resolver.d.ts.map