export declare function matchCommand(text: string, aliases: readonly Command[], options?: { stripMention?: boolean; }): { command: Command; args: string[]; } | null; //# sourceMappingURL=parse.d.ts.map