declare namespace _default {
    function items({ query }: {
        query: any;
    }): ({
        command: string;
        description: string;
        parametersExample?: undefined;
    } | {
        command: string;
        parametersExample: string;
        description: string;
    })[];
}
export default _default;
//# sourceMappingURL=slash_command_suggestion.d.ts.map