export declare const ApiKeyCredential: any; export declare const OAuthCredential: any; export declare const Credential: any; export type ApiKeyCredentialRow = typeof ApiKeyCredential.$inferSelect; export type ApiKeyCredentialInsert = typeof ApiKeyCredential.$inferInsert; export type OAuthCredentialRow = typeof OAuthCredential.$inferSelect; export type OAuthCredentialInsert = typeof OAuthCredential.$inferInsert; export type CredentialRow = typeof Credential.$inferSelect; export type CredentialInsert = typeof Credential.$inferInsert;