export declare const nickname: (query: string, { debugAst }?: { debugAst?: boolean | undefined; }) => string; export declare const nameQuery: (parts: readonly string[], defaultKeyword?: string) => string;