import { ImmutableQueue } from "@tsplus/stdlib/collections/ImmutableQueue/definition";
/**
* @tsplus static ImmutableQueue.Ops single
* @tsplus location "@tsplus/stdlib/collections/ImmutableQueue/single"
*/
export declare function single(value: A): ImmutableQueue;
//# sourceMappingURL=single.d.ts.map