import { Authentication } from "../FeedBabyClient";
export declare class AuthParameters {
    private static validPassphrase;
    validate(auth: Authentication): void;
    create(auth: Authentication): {
        [key: string]: string;
    };
    private static pad;
    private static paddedMonth;
    private static paddedDay;
}
