import type { ICredentialsDecrypted, ICredentialTestFunctions, INodeCredentialTestResult } from "n8n-workflow"; export declare function testTickTickSessionApi(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise;