import type { CommandBeforeOrAfterOption } from '../index.ts'; export declare function createCommand(key: string, position: CommandBeforeOrAfterOption, pivot: string, element: string): string[]; export declare function linsert(this: T, key: string, position: CommandBeforeOrAfterOption, pivot: string, element: string): Promise;