import type { credentials } from "./index.js";
export declare const credentialsClient: () => {
    id: "credentials";
    $InferServerPlugin: ReturnType<typeof credentials>;
};
