import { Client } from '../structures'; /** * * @param {string} path * @returns {string} */ export declare const globalFilePath: (path: string) => string; export default function commandHandler(client: Client, pathNeeded: string): Promise; //# sourceMappingURL=command.d.ts.map