import { ImmutableQueue } from "@tsplus/stdlib/collections/ImmutableQueue/definition";
import { Maybe } from "@tsplus/stdlib/data/Maybe/definition";
/**
* @tsplus getter ImmutableQueue head
* @tsplus location "@tsplus/stdlib/collections/ImmutableQueue/head"
*/
export declare function head(self: ImmutableQueue): Maybe;
//# sourceMappingURL=head.d.ts.map